home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / creepy.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-02-16  |  497b  |  32 lines

  1. @echo off
  2. if "%1"=="" goto nopath
  3.  
  4. if not exist %1\PROGMAN.EXE goto nopath
  5.  
  6. echo.
  7. echo Creepy Crawlies Screensaver Installation.
  8. echo.
  9. echo  Copying...
  10. copy creepy.scr %1 > NUL
  11. copy creepy.txt %1 > NUL
  12. echo.
  13. echo  Installation complete.
  14. echo. 
  15. echo  Access the screensaver from the Windows Control Panel.
  16. echo.
  17. echo.
  18. goto end
  19.  
  20. :nopath
  21. echo.
  22. echo To install type:
  23. echo.
  24. echo    INSTALL [your windows path]
  25. echo.
  26. echo    e.g. INSTALL C:\WINDOWS
  27. echo.
  28. goto end
  29.  
  30.  
  31. :end
  32.